projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e0a61b
)
(fatal): Declare the arg.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 02:21:01 +0000
(
02:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 02:21:01 +0000
(
02:21
+0000)
lib-src/b2m.c
patch
|
blob
|
history
diff --git
a/lib-src/b2m.c
b/lib-src/b2m.c
index 6aea2270a5112123a582c517f362014c93313932..055b807509bf2b8636897081bcdc72a460247779 100644
(file)
--- a/
lib-src/b2m.c
+++ b/
lib-src/b2m.c
@@
-291,6
+291,7
@@
xrealloc (ptr, size)
void
fatal (message)
+ char *message;
{
fprintf (stderr, "%s: %s\n", progname, message);
exit (BAD);